home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Authority.sea / XML Authority / Required / RC.jar / com / extensibility / app / BaseApplication$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-07-05  |  684 b   |  15 lines

  1. package com.extensibility.app;
  2.  
  3. import com.extensibility.util.Debug;
  4. import javax.swing.JFrame;
  5.  
  6. final class BaseApplication$1 implements Debug.Catcher {
  7.    public void catchException(Exception var1) {
  8.       DialogFactory.showDebugException(var1);
  9.    }
  10.  
  11.    public void catchThrowable(Throwable var1) {
  12.       DialogFactory.showException(new JFrame(), 0, var1);
  13.    }
  14. }
  15.